Update to ICU 70.1
authorEike Rathke <erack@redhat.com>
Tue, 16 Nov 2021 13:53:14 +0000 (14:53 +0100)
committerRene Engelhard <rene@debian.org>
Wed, 5 Jan 2022 19:14:09 +0000 (19:14 +0000)
commitb38bfd7317e6290b1c319cee9cdbaaaa1500cf5c
tree7d3819498fb42b0baf65d7abaa0fb91aac1a4060
parent41d9d38044a6b1bd27a48ab735cb135d3a25ad1f
Update to ICU 70.1

Unicode 14, 5 new scripts, 12 new Unicode blocks.

In i18npool/qa/cppunit/test_breakiterator.cxx
TestBreakIterator::testLao() had to be disabled/adapted.
Needs to be investigated, see comments there.
As is, Lao script word break has regressions.

Correct UBLOCK_TANGUT_SUPPLEMENT Unicode range endpoint to
0x18D7F, see
https://www.unicode.org/versions/Unicode14.0.0/erratafixed.html
for which ublock_getCode(0x18D8F) now returned UBLOCK_NO_BLOCK and
thus luckily the assert in svx/source/dialog/charmap.cxx hit.

Change-Id: I4bad16ecfab3f44be365b8f884c57f34af68218e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125322
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Gbp-Pq: Name icu-70.diff
i18npool/qa/cppunit/test_breakiterator.cxx
i18nutil/source/utility/unicode.cxx
include/svx/strings.hrc
svx/source/dialog/charmap.cxx